projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a11acd
)
Trivial formatting fix
author
Matthias Clasen
<mclasen@redhat.com>
Wed, 22 Jan 2014 20:21:49 +0000
(15:21 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 24 Jan 2014 02:09:24 +0000
(21:09 -0500)
gtk/gtkdialog.h
patch
|
blob
|
history
diff --git
a/gtk/gtkdialog.h
b/gtk/gtkdialog.h
index 3e6945bfa9c77c8b2cb395beb0ae080b6fd644b8..37cc87e8bf19bb5420564021b1b1c1dd25d00038 100644
(file)
--- a/
gtk/gtkdialog.h
+++ b/
gtk/gtkdialog.h
@@
-50,7
+50,7
@@
typedef enum
{
GTK_DIALOG_MODAL = 1 << 0,
GTK_DIALOG_DESTROY_WITH_PARENT = 1 << 1,
- GTK_DIALOG_USE_HEADER_BAR = 1 << 2
+ GTK_DIALOG_USE_HEADER_BAR
= 1 << 2
} GtkDialogFlags;
/**